setBackgroundColorEnabled

abstract fun setBackgroundColorEnabled(block: DesignBlock, enabled: Boolean)

Enable or disable the background of the given design block. Required scope: "fill/change"

Parameters

block

the block whose background should be enabled or disabled.

enabled

if true, the background will be enabled.